You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 27, 2021. It is now read-only.
Hi,
First of all, many thanks for sharing your scripts.
Looking at the star.sh script, I saw that several functions were defined twice ...
Non-exhaustive list:
show_summary ()
run_calc ()
run_tar ()
The progress of the script seems to complete successfully, but it seems "dangerous".
On the other hand, I see 2 other potential problems:
In "Transfer" mode, hard links are not preserved by the default options of rsync: No -H option
(no problem for "backup" mode because tar natively takes into account the hard links).
-S (--sparse) option is missing too in default options, for copying sparse files efficiently.
Hi,
First of all, many thanks for sharing your scripts.
Looking at the star.sh script, I saw that several functions were defined twice ...
Non-exhaustive list:
show_summary ()
run_calc ()
run_tar ()
The progress of the script seems to complete successfully, but it seems "dangerous".
On the other hand, I see 2 other potential problems:
(no problem for "backup" mode because tar natively takes into account the hard links).
-S (--sparse) option is missing too in default options, for copying sparse files efficiently.
see this point here http://www.gnu.org/software/tar/manual/tar.html#Attributes ; ‘--numeric-owner’
an here : https://help.ubuntu.com/community/BackupYourSystem/TAR
The text was updated successfully, but these errors were encountered: