Hi,
I want to backup large folder (+20GB) containing images between 10K and 100K, without need to compress, just backup to one file.
I use this command:
where upload is the folder name
the problem is that this takes +6 hours to backup the folder, and sometimes it goes very slowly that the backup file increases only 100MB in 1hour.
n.b. no folder contains more than 1000 files
any solution to backup the folder fast?
thanks
I want to backup large folder (+20GB) containing images between 10K and 100K, without need to compress, just backup to one file.
I use this command:
tar cf upload.tar upload
where upload is the folder name
the problem is that this takes +6 hours to backup the folder, and sometimes it goes very slowly that the backup file increases only 100MB in 1hour.
n.b. no folder contains more than 1000 files
any solution to backup the folder fast?
thanks