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
I'm trying to use vbackup 1.0.1 in Xubuntu 16.04.
Every time I run vbackup-wizard, it return error:
vbackup stores all backups under a common directory prefix. Please enter a
prefix where all backups will be placed under. Be carefull not to use a path
that is been backed up or you will create a backup paradox.
The best place to store backups is an external disk or a remote directory that
is localy mounted
Where to place backups? /mnt
/usr/bin/vbackup-wizard: line 270: -z: command not found
I think that line 270 should be:
if! [ -z"$STRATEGY" ] ;then
The text was updated successfully, but these errors were encountered:
I'm trying to use vbackup 1.0.1 in Xubuntu 16.04.
Every time I run
vbackup-wizard
, it return error:I think that line 270 should be:
The text was updated successfully, but these errors were encountered: