Questions tagged [grsync]

a graphical user interface (GUI) frontend for the rsync application.

grsync is a GUI frontend for the rsync application. The simple interface of the GUI exposes many of the basic options available with rsync. It is useful for Ubuntu users who prefer not to use the command line but still would like to access the power of rsync for local, network or other backup needs.

References:

See also:

22 questions
5
votes
1 answer

What are suggested settings for a Grsync backup solution?

I looked into Grsync for a simple backup solution of my Home folder onto an external drive. I like the Grsync approach because unlike other software, it does not create cryptical backup files but actual replicates of my files. However, given all the…
orschiro
  • 13,687
2
votes
1 answer

Rsync media not mounted

I have a small raspberry Pi that I use as a NAS, mount with fstab, and back up to my desktop with rsync. But, sometimes the raspberry pi doesn't mount, and rsync deletes the whole backup folder. Is there any way to tell rsync (or grsync) not to…
alebal
  • 473
2
votes
3 answers

Permission denied error when I back up to an external drive using grsync

When I try to back up my home folder with grsync to an external drive I'm getting this error rsync: opendir "/home/jackie/.cache/dconf" failed: Permission denied (13) Can anyone help? Not related to my question but do all the applications and…
1
vote
0 answers

Can grsync incorporate grep options?

I would like to know if options after the command line of rsync like grep, can be incorporated into grsync somehow. For example: rsync -av --delete remote_folder local_folder | grep -E '^deleting|[^/]$'
Ferroao
  • 959
1
vote
1 answer

Using Grsync to set up a backup job via GUI, can I see the rsync command it created?

Is there a way to view the actual command that grsync ends up running? The idea is to setup a backup job in Grsync, exactly as I want it with all the options, and subsequently use the command to have it run by cron for regular backups.
Charles S
  • 433
1
vote
1 answer

How to Install Grsync without internet?

I want to install Grsync on Ubuntu server 12.04 without internet, or to download the package from Windows.
1
vote
1 answer

Grsync fills up o/s partition if destination is unmounted

If the designated destination drive is unmounted, Grsync fills up the o/s partition instead of just mounting it, or aborting. How do I prevent that? I usually remember to check to see that it's mounted, but sometimes I forget, with very bad…
RichC
  • 11
0
votes
1 answer

Grsync did not copy all

Using Grsync as my primary backup UI and the first time I did a full copy, I found discrepancies. Maybe someone can help me understand what went wrong. Missing desktop shortcuts...when I navigate to the Desktop folder on the backup drive (plenty of…
Jim_HiTek
  • 291
0
votes
0 answers

How do I get RSYNC to work with a LaCie-2big-NAS?

I am having a problem getting RSYNC to backup remotely to a LaCie-2big-NAS (internet connected HDD). I have set all the permissions for the target directory to be "rwx" (read, write, executable) and if I ssh into the drive, I can rwx without issue.…
Andor Kiss
  • 870
  • 1
  • 8
  • 22
0
votes
1 answer

why does grsync not appear after launch?

I finally got grsync installed and set up several jobs, one specifically to back up a lot of files before I leave home to travel. Has been working fine. Now, in the middle of getting ready to leave, I can't use it. The icon appears in the launch…
Lew
  • 469
  • 1
  • 3
  • 17
0
votes
0 answers

Syncing directorys between two Ubuntu 16.04 LTS servers across WAN VPN

I have an Ubuntu 16.04.1 LTS server on the West coast. We just purchased another one for the East coast. We have a persistent VPN tunnel between the two sites. What would be the best way to get two Ubuntu servers to sync a directory? We'll be…
00fruX
  • 1,271
  • 1
  • 17
  • 32
0
votes
1 answer

Mutual syncronization of x folders

I am looking for a solution as to how I can synchronize an undefined amount of folders on my server. At the moment I have 3 folders, but it may increase in the future. Any of the folders can have files added to them and deleted, which should then be…
0
votes
0 answers

Should I use 'Stop' or 'Pause' to suspend a Grsync process before shutting down my computer?

I am currently using GRsync to copy the contents of one 10TB drive to another drive. I'm letting the process run overnight, but I'll need to suspend it in the morning and shut off my laptop so that I can take my computer to work. I see that GRsync…
KBurchfiel
  • 141
  • 10
0
votes
0 answers

Grsync : synchronize two data hard drives already identical

I have two identical hard drives : HDD1 (main) : for common use HDD2 (back up) : for back up I would like to keep HDD2(back up) identical to HDD1(main), without beginning by erasing everything on HDD2(back up), then copy again HDD1(main) to…
0
votes
0 answers

Can't access backup on LUKS external HDD

I encrypted a 1TB external hard drive with LUKS when formatting using Disks and used it for backups with Grsync. I had to wipe my hard drive, and now I want to restore all my files from the external disk, but I don't know how. It shows in Disks and…
1
2