WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: sparse when creating backup  (Read 1990 times)

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
sparse when creating backup
« on: August 25, 2009, 11:58:53 AM »
is it possible to create a backup (mydata.tar.gz) with the sparse option file.
For example mldonkey create a file when u start a download but the file created isn't in real big as when is finished.
Infact if I want to move the mldonkey temp dir I should use
Code: [Select]
rsync -avS SOURCE DEST
dCore user

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: sparse when creating backup
« Reply #1 on: August 28, 2009, 01:28:47 PM »
Busybox tar doesn't support the -S option. Things should work with GNU tar, but might need a remaster.
The only barriers that can stop you are the ones you create yourself.